home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / Xyle scope 1.1.6 (trial).dmg / Xyle scope.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2006-02-07  |  2.2 KB  |  86 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>webarchive</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>WebArchive</string>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Viewer</string>
  18.             <key>LSTypeIsPackage</key>
  19.             <false/>
  20.             <key>NSDocumentClass</key>
  21.             <string>XyleDocument</string>
  22.             <key>NSPersistentStoreTypeKey</key>
  23.             <string>XML</string>
  24.         </dict>
  25.         <dict>
  26.             <key>CFBundleTypeExtensions</key>
  27.             <array>
  28.                 <string>html</string>
  29.                 <string>htm</string>
  30.                 <string>shtml</string>
  31.                 <string>xhtml</string>
  32.             </array>
  33.             <key>CFBundleTypeIconFile</key>
  34.             <string>ScopeHTMLIcon.icns</string>
  35.             <key>CFBundleTypeName</key>
  36.             <string>HTML Document</string>
  37.             <key>CFBundleTypeRole</key>
  38.             <string>Editor</string>
  39.             <key>LSTypeIsPackage</key>
  40.             <false/>
  41.             <key>NSDocumentClass</key>
  42.             <string>XyleDocument</string>
  43.             <key>NSPersistentStoreTypeKey</key>
  44.             <string>Binary</string>
  45.         </dict>
  46.     </array>
  47.     <key>CFBundleExecutable</key>
  48.     <string>Xyle scope</string>
  49.     <key>CFBundleIconFile</key>
  50.     <string>ScopeIcon</string>
  51.     <key>CFBundleIdentifier</key>
  52.     <string>com.culturedcode.xyle</string>
  53.     <key>CFBundleInfoDictionaryVersion</key>
  54.     <string>6.0</string>
  55.     <key>CFBundleName</key>
  56.     <string>Xyle scope</string>
  57.     <key>CFBundlePackageType</key>
  58.     <string>APPL</string>
  59.     <key>CFBundleSignature</key>
  60.     <string>XYSC</string>
  61.     <key>CFBundleURLTypes</key>
  62.     <array>
  63.         <dict>
  64.             <key>CFBundleTypeRole</key>
  65.             <string>Viewer</string>
  66.             <key>CFBundleURLName</key>
  67.             <string>com.culturedcode.xyle</string>
  68.             <key>CFBundleURLSchemes</key>
  69.             <array>
  70.                 <string>xyle</string>
  71.             </array>
  72.             <key>NSDocumentClass</key>
  73.             <string>XyleDocument</string>
  74.         </dict>
  75.     </array>
  76.     <key>CFBundleVersion</key>
  77.     <string>1.1.6</string>
  78.     <key>NSAppleScriptEnabled</key>
  79.     <string>YES</string>
  80.     <key>NSMainNibFile</key>
  81.     <string>MainMenu</string>
  82.     <key>NSPrincipalClass</key>
  83.     <string>NSApplication</string>
  84. </dict>
  85. </plist>
  86.